|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnegotiator.actions.Action
negotiator.actions.Accept
public class Accept
This class is used to create an action which symbolizes that an agent accepts an offer.
| Constructor Summary | |
|---|---|
Accept()
Action to accept an opponent's bid. |
|
Accept(AgentID agentID)
Action to accept an opponent's bid. |
|
| Method Summary | |
|---|---|
java.lang.String |
toString()
Enforces that actions implements a string-representation. |
| Methods inherited from class negotiator.actions.Action |
|---|
getAgent, getBidFromAction |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public Accept()
public Accept(AgentID agentID)
agentID - of the opponent.| Method Detail |
|---|
public java.lang.String toString()
Action
toString in class Action
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||